Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Implement support to export project config #171

Merged
merged 6 commits into from
Dec 2, 2024

Conversation

rquidute
Copy link
Contributor

@rquidute rquidute commented Nov 28, 2024

What Changed

Implement support to export/import project config

Related issue

project-chip/certification-tool#448
project-chip/certification-tool#503

Testing

Service GET api/v1/projects/{id}/export is working
Screenshot 2024-11-28 at 16 02 41

Service POST api/v1/projects/import is working
Screenshot 2024-11-28 at 15 49 47

Unit test added and passing
Screenshot 2024-11-28 at 15 47 11

@rquidute rquidute requested a review from hiltonlima November 28, 2024 18:48
app/api/api_v1/endpoints/projects.py Outdated Show resolved Hide resolved
app/api/api_v1/endpoints/projects.py Outdated Show resolved Hide resolved
app/api/api_v1/endpoints/projects.py Outdated Show resolved Hide resolved
app/api/api_v1/endpoints/projects.py Outdated Show resolved Hide resolved
@rquidute rquidute merged commit 913752e into spring2025 Dec 2, 2024
7 of 8 checks passed
@rquidute rquidute deleted the feature/448_export_project_config branch December 2, 2024 16:35
hiltonlima pushed a commit that referenced this pull request Dec 17, 2024
* Implement support to export project config

* Fix mypy

* Changed the returned schema and service endpoint name

* Added import project config

* Apply suggestions from code review

Co-authored-by: Carolina Lopes <[email protected]>

* code review

---------

Co-authored-by: Carolina Lopes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants